home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rollem / rolem12.frm < prev    next >
Text File  |  1995-05-08  |  1KB  |  53 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BackColor       =   &H00FFFFFF&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About Roll em"
  6.    ClientHeight    =   1545
  7.    ClientLeft      =   3285
  8.    ClientTop       =   3120
  9.    ClientWidth     =   3240
  10.    ControlBox      =   0   'False
  11.    Height          =   1950
  12.    Left            =   3225
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form2"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   1545
  18.    ScaleWidth      =   3240
  19.    Top             =   2775
  20.    Width           =   3360
  21.    Begin CommandButton Command1 
  22.       BackColor       =   &H00FFFFFF&
  23.       Caption         =   "OK"
  24.       Height          =   495
  25.       Left            =   960
  26.       TabIndex        =   1
  27.       Top             =   840
  28.       Width           =   1215
  29.    End
  30.    Begin PictureBox Picture1 
  31.       Height          =   495
  32.       Left            =   120
  33.       Picture         =   ROLEM12.FRX:0000
  34.       ScaleHeight     =   465
  35.       ScaleWidth      =   465
  36.       TabIndex        =   0
  37.       Top             =   120
  38.       Width           =   495
  39.    End
  40.    Begin Label Label1 
  41.       Caption         =   "Written By: Kirk Lewellen"
  42.       Height          =   255
  43.       Left            =   840
  44.       TabIndex        =   2
  45.       Top             =   360
  46.       Width           =   2295
  47.    End
  48. End
  49. Sub Command1_Click ()
  50. form2.Hide
  51. End Sub
  52.  
  53.